home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / aitken.zip / CLASSNAV.EXE / 0 / RCDATA / TMPFDLG / TMPFDLG.txt
Text File  |  1997-02-21  |  967b  |  51 lines

  1. object MPFDlg: TMPFDlg
  2.   Left = 302
  3.   Top = 270
  4.   Width = 421
  5.   Height = 236
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select Class . Member'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 117
  17.     Top = 168
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object Button2: TButton
  26.     Left = 221
  27.     Top = 168
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object ListBox1: TListBox
  35.     Left = 16
  36.     Top = 16
  37.     Width = 377
  38.     Height = 134
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     IntegralHeight = True
  44.     ItemHeight = 13
  45.     ParentFont = False
  46.     Sorted = True
  47.     TabOrder = 2
  48.     OnDblClick = ListBox1DblClick
  49.   end
  50. end
  51.